home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / d / dustv1.91.lha / Dust / Tutorial3 / Scripts / PExample.bat next >
DOS Batch File  |  1994-09-24  |  194b  |  11 lines

  1. load(1,objects/s1)
  2. load(2,objects/c1)
  3. o2p(1,2,1,p)
  4. savep(1,PExample.obj)
  5. getocount(1)
  6. !copy T:Dust.output PExample.oCount
  7. getppos(1)
  8. !copy T:Dust.output PExample.PPOS
  9. !delete T:Dust.output
  10. exit
  11.